From 7cf5e5546b7ae46d2914e89467988a577052ef5e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 15 Sep 2021 23:32:22 +0200 Subject: [PATCH] testsuite: Switch color from khaki to yellow llvmpipe doesn't loike compositing semitransparent khaki onto solid khaki without rounding errors. --- .../reftests/border-corner-zero-width-rendering.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testsuite/reftests/border-corner-zero-width-rendering.css b/testsuite/reftests/border-corner-zero-width-rendering.css index 30cdcda102..f0812a1efe 100644 --- a/testsuite/reftests/border-corner-zero-width-rendering.css +++ b/testsuite/reftests/border-corner-zero-width-rendering.css @@ -3,7 +3,7 @@ } .background { - background-color: khaki; + background-color: yellow; color: purple; } @@ -13,21 +13,21 @@ button { } .top { - border-top: 5px solid khaki; + border-top: 5px solid yellow; padding-top: 0px; } .right { - border-right: 5px solid khaki; + border-right: 5px solid yellow; padding-right: 0px; } .bottom { - border-bottom: 5px solid khaki; + border-bottom: 5px solid yellow; padding-bottom: 0px; } .left { - border-left: 5px solid khaki; + border-left: 5px solid yellow; padding-left: 0px; } -- 2.30.2